@charset "utf-8";
/*必须要这个顺序link,visited,hover,否则会不起作用*/
html{  font-size:14px; font-family: "Microsoft YaHei" }
/*====================*/
a:visited{
		color:#000; 
		text-decoration:none;
    font-size:14px;
}
a:link{
		color:#000;
		text-decoration:none;
}
a:hover{
		color:#D9080C;
		text-decoration:none;
}
/*必须要这个顺序link,visited,hover,否则会不起作用*/



.fl{ float:left;}
.fr{ float:right;}
.header_bg{background:#444;  color:#fff; }
.header{ margin:0 auto; width:1200px;color:#fff; height:50px; line-height:50px;}

.top_bg{ background:#fff;   }
.top{ margin:0 auto; width:1200px; }

.memu_bg{background:#3266cc; }
.menu_w{width:1200px; margin:0 auto}

.memu_bg .menu_w .menu   li{ display:inline-block; float:left; width:150px; height:50px; line-height:50px; position:relative;}
.memu_bg .menu_w .menu   li a {
   display:inline-block; height:50px; line-height:50px; width:100%;color: #fff; text-align:center;
}


.memu_bg .menu_w .menu   li  a:visited {
  color: #fff;
  text-decoration: none;
}
.memu_bg .menu_w .menu  li  a:link {
  color: #fff;
  text-decoration: none;
}
.memu_bg .menu_w .menu   li a:hover {
  color: #fff;
  text-decoration: none;
  background:#2b57ae;
}

.memu_bg .menu_w .menu   li:hover ul.sub_menu{ display:block;}

.memu_bg .menu_w .menu  li ul.sub_menu{
  display:none;
  width:100%;
  position:absolute;
  top:50px;
  left:0;
  z-index:999;
  background:#3266cc;
 
}
 



.news-notice a, .news-notice a:link, .news-notice a:visited {   color:#5167ca;}
.news-notice a:hover{   color:#ff0000;}

.item_m{ border:2px dotted #627da7;border-radius:30px; width:260px; height:60px; line-height:60px; text-align:center; font-size:20px; font-weight:bold; display:inline-block; float:left; margin:5px 5px; }
.item_m .d_center{width:110px; margin:0 auto;}
.item_m .d_center .d_icon{padding-top:5px;}




.item_bt{ border:2px dotted #627da7;border-radius:30px; width:520px; height:60px; line-height:60px; text-align:center; font-size:20px; font-weight:bold; display:inline-block; float:left; margin:5px 5px; }
.item_bt .d_center{width:380px; margin:0 auto;}
.item_bt .d_center .d_icon{padding-top:5px;}


.left_item{background:url(images_pc/left_li_lbg.jpg) repeat-x;}
.left_item a,.left_item a:link, .left_item a:visited{height:50px; line-height:50px; background:url(images_pc/left_li_link.jpg) no-repeat bottom; display:inline-block; width:100%;}
.left_item  a:hover{   background:url(images_pc/left_li_hover.jpg) no-repeat bottom; }


.content{ line-height:200%; font-size:16px; min-height:600px;}

.list_txt li{ height:40px; line-height:40px; border-bottom:#ccc dotted 1px;}


.i_name{ font-weight:bold; font-size:20px;}

.foot_menu{ margin-left:60px; float:left; padding-top:30px;}
.foot_menu a,.foot_menu a:link, .foot_menu a:visited{ display:inline-block; color:#fff; margin-right:45px; font-size:16px;}
.foot_menu a:hover{ color:#DB060A; }


/*自己写的分页*/
.s_page{
		width:100%;
		margin:5px 5px;
}
.s_page a{
		float:left;
		 
		border:#d2e9c1 solid 1px;
		font-size:12px;
		padding:5px 5px 5px 5px;
		margin-left:5px;
		margin-top:5px;
		color:#333333; 
		background-color:#f5faf1;
		text-decoration : none;
		display:inline-block;
}
.s_page a:link{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.s_page a:visited{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.s_page a:hover{
		color:#FFFFFF; 
		background-color:#488313;
		text-decoration : none;
}
.s_page a:active{
		color:#FFFFFF; 
		background-color:#488313;
		text-decoration : none;
} 



